25. Exercise: Add Sharing

Add Sharing to Sunshine

In this quiz, you are going to add a menu item to Sunshine that shares content using the ShareCompat.IntentBuilder class. Hint: You should have a String variable that contains those details in your DetailActivity. Complete the TODOs in Exercise: S04.03-Exercise-AddMapAndSharing.

SOLUTION:
  • Add a menu item to DetailActivity with the title “Share Weather Details.” When clicked, the menu item should share the details of the particular day being displayed in the DetailActivity with ShareCompat.IntentBuilder.